Welcome![Sign In][Sign Up]
Location:
Search - MAX MIN

Search list

[ELanguage字符串表达式解析器

Description: 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a process of improvement based on the needs of calculator operation and the operation of Object : IF, AND, OR, lt; , Lt; =, Gt; , Gt; =, Lt; Gt; , =, == figures 0-9 ,(,), ,-,*,/, SIN, COS, TAN, POW, EXP, ABS, SQRT, INT, LN, LOG, MIN, MAX.
Platform: | Size: 46278 | Author: 天空 | Hits:

[Other resource方便的小波变换原代码

Description: 小波变换源代码 wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and their properties are defined. wav_filters_extern.h: interface to wav_filters.h. wav_gen.h: some parameters and min/max macros. macros.h: pointer check macro. test_transforms.c: main routine for testing transforms and invertibility. test_denoise.c: main routine for the example denoising applications. alloc.c: pointer allocation/deallocation. alloc.h: interface to alloc.c. Makefile peppers.raw: 512x512 grayscale test image.-wavelet transform source code wav_basic.c : basic filtering, decimation and upsampling routines. wav_basi c.h : interface to wav_basic.c. wav_trf.c : transform routines. wav_trf.h : interface to wav_trf.c. wav_filters.h : where filter banks and their properties are def INED. wav_filters_extern.h : interface to wav_filters.h. wav_gen.h : some parameters and min / max macros. macros.h : pointer check macro. test_transforms.c : main routine for testing transforms and invert ibility. test_denoise.c : the main routine for example Denoising applica tions. alloc.c : pointer allocation / deallocation. alloc.h : interface to alloc.c. peppers.raw Makefile : 512x512 grayscale test image.
Platform: | Size: 204008 | Author: 李强 | Hits:

[Other resourcexbbhydm

Description: wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and their properties are defined. wav_filters_extern.h: interface to wav_filters.h. wav_gen.h: some parameters and min/max macros. macros.h: pointer check macro. test_transforms.c: main routine for testing transforms and invertibility. test_denoise.c: main routine for the example denoising applications. alloc.c: pointer allocation/deallocation. alloc.h: interface to alloc.c. Makefile peppers.raw: 512x512 grayscale test image.
Platform: | Size: 205109 | Author: 新月 | Hits:

[WEB Code2543574367432134

Description: 滑块条参考手册 属性 min滑块条最小刻度值 max滑块条最大刻度值 pos滑块条当前位置 orientation滑块条方向,h -水平方向,v -垂直方向,默认为 h。 trackBarWidth滑块条宽度 progressHeight滑块条高度 sliderWidth滑块宽度 sliderHeight滑块高度 方法 CTrackBar(trackBarIdStr, min, max, pos)构造函数,trackBarIdStr 为显示控件的 HTML 标签 id 字符串,min 滑块条的最小刻度值, max 滑块条的最大刻度值,pos 滑块条的当前刻度值。 Create(trackBarObjName)创建控件,利用了 new 创建控件对象之后,需要调用 Create(trackBarObjName) 才能将控件显示在网页上。trackBarObjName 为滑块条对象名称,字符串类型。 说明 必须预先给出一个 Block 级的 HTML 标签,用以存放该控件,并通过构造函数的 trackBarIdStr 将该 HTML 标签的 id 字符串“告诉”控件。 在调用了 Create 方法之后,不能再更改 progressWidth、progressHeight、sliderWidth 和 sliderHeight 的值。 全局变量 curTrackBar 表示当前响应用户操作的滑块条,对于只有一个滑块条的情况,意义不大。 更改 OnTrackBarChng 函数,以响应滑块变化。 注意使用样式表,具体参见示例详细。-slider reference manual slider min attributes of the smallest scale slider max value of the largest calibration value pos slider orientation of the current location of the slider direction, h-level direction, v-vertical direction, h default. TrackBarWidth slider, slider progressHeight width of the highly sli derWidth slider width sliderHeight slider Height CTrackBar ( trackBarIdStr, min, max, pos) Constructors, trackBarIdStr to show HTML Controls label id string, min slider of the smallest calibration values, max slider of the largest calibration value, pos slider of the current calibration value. Back (trackBarObjName) Create Controls use of the new control object creation, Back to need to call (trackBarObjName) controls can be displayed on the website. TrackBarObjName slider for the name
Platform: | Size: 2484 | Author: sir xin | Hits:

[Other resourceFormulaProcessor_beta1_CSharp

Description: 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n)、求平方根的函数 sqrt(x)。 下载地址:http://www.qiusuo365.com/qiusuo365/viewthread.php?tid=2422&extra=page%3D1-Functional Description : sub-components provided by the two functions : one, to figure out the mathematical expression of two parameters. calculate mathematical expression of this component will not only analytical and computational mathematical expression, but also provided a series of basic math functions, expression can be applied to a handle. The basic function of mathematics : the value of rounding to the nearest integer rount (x), downward for the entire function int (x), up from the entire ceiling (x), 2 for the largest number of the number of function max (a, b), 2 for the smallest number of the number of function min (a, b), power function pow (x, n), for the square root function sqrt (x). Download Address : http : / / www.qiusuo365.com/qiusuo365/viewthread . php tid = 24
Platform: | Size: 3687 | Author: jason | Hits:

[Crack HackBigInteger_src

Description: C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProbablePrime(int confidence) , isProbablePrime() , Jacobi(BigInteger a, BigInteger b) , LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) ,max(BigInteger bi) , min(BigInteger bi) , modInverse(BigInteger modulus) , RabinMillerTest(int confidence) , -C# BigInteger class. BigInteger.cs is a cs harp program. It is the BIgInteger class. It has methods : abs (), FermatLittleTest (int confidence). gcd (BigInteger bi), genCoPrime (int bits, Random rand), genPseudoPrime (int bits, int confidence, Random rand). genRandomBits (int bits, Random rand). isProbablePrime (int confidence). isProbablePrime (), Jacobi (BigInteger a, BigInteger b), LucasSequence (BigInteger P, BigInteger Q, BigInteger k, BigInteger n), max (BigInteger bi), min (BigInteger bi). modInverse (BigInteger modulus). RabinMillerTest (int confidence),
Platform: | Size: 35882 | Author: jason.. | Hits:

[Graph programanalyze_values

Description: purpose computes histogram and some statistical measures (min, max, ...) for a list of values (one per line) compile gcc -g -o analyze_values analyze_values.c -lm -purpose computes histogram and some stati stical measures (min, max, ...) for a list of values (one per line) compile g cc-g-o analyze_values analyze_values.c - lm
Platform: | Size: 1538 | Author: 王国树 | Hits:

[Special EffectsMinCutAlgorithm

Description: 这是自己用c#写的一段关于图的最小切的算法,主要参考了论文: 《An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision》 此文中的算法是目前比较优秀的最小切算法
Platform: | Size: 3193 | Author: 张曦 | Hits:

[Special EffectsAn_Experimental_Comparison_of_maxflow_aigorithm.ra

Description: 是基于Graph cuts 的源程序,用来求解Min-Cut/Max-Flow.
Platform: | Size: 50827 | Author: 余丽红 | Hits:

[Special EffectsSegmentation

Description: 医学图象分割软件,使用了基于Min-Cut/Max-Flow开元方程库(可在http://www.adastral.ucl.ac.uk/~vladkolm/software.html下载最新版本) 做分割判断, 并使用cimg库读取dcm图片. 本部分源码只负责切出轮廓, 轮廓将在openGL端中输出.
Platform: | Size: 167247 | Author: zhou | Hits:

[Other resourceGCluser

Description: 分级聚类算法:包括k-mean max-dist min-dist 程序使用方法: 程序中打开文件“.dat”-》选择聚类方法-》显示数据 .dat文件格式: 分成几类 输入样本维数 样本个数 下面依次为样本特征向量
Platform: | Size: 45137 | Author: 越越 | Hits:

[Graph programtripod

Description: vega中的tripod碰撞检测方法,上房问题在min和Max的参数中。如果max值越大,你爬高就越大。min越小你下坡也就越大。他们的值与你的场景单位有关。他们都是极限值,如果你的房子高度在max值之下就不可能“上房”了。你的坡度落差大于min的绝对值时,他就下不去了。一般用在z和Tripod中常见
Platform: | Size: 1997 | Author: hu | Hits:

[Other resourceKMEANS

Description: This directory contains code implementing the K-means algorithm using min-max distance.
Platform: | Size: 39561 | Author: lili | Hits:

[OtherC++程序设计语言实验三

Description: 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(),用以改变静态数据成员rate的值。定义两个不同的SavingsAccount对象saver1和saver2,当前存款数额balance分别为2000.00和3000.00。首先将rate设置为3%,计算每个存款人的月息并打印新的结果,然后将rate设置为4%,再次计算每个存款人的月息并打印新的结果。 2, 设计一个学生类student,包括学生学号、姓名、成绩;设计一个友元函数,比较某两个学生成绩的高低;读入一个文本文件(格式如示例studengt.txt,每行的学号、姓名、成绩之间用四个空格隔开)中所有学生的学号、姓名、成绩,输出最高成绩和最低成绩的学生信息(学号、姓名、成绩)。 3, 阅读下面例子,将题中的Time类声明为Data类的友元类,通过Time类中的display函数引用Data类的私有数据,输出年、月、日和时、分、秒。 #include <iostream> using namespace std; class Date; //对Date类的提前引用声明 class Time //定义Time类 { public: Time(int,int,int); void display(Date &); //display是成员函数,形参是Date类对象的引用 private: int hour; int minute; int sec; }; class Date //声明Date类 { public: Date(int,int,int); friend void Time∷display(Date &); //声明Time中的display函数为友元成员函数 private: int month; int day; int year; }; Time∷Time(int h,int m,int s) //类Time的构造函数 { hour=h; minute=m; sec=s; } void Time∷display(Date &d) //display的作用是输出年、月、日和时、分、秒 { cout<<d.month<<″/″<<d.day<<″/″<<d.year<<endl; //引用Date类对象中的私有数据 cout<<hour<<″:″<<minute<<″:″<<sec<<endl; //引用本类对象中的私有数据 } Date∷Date(int m,int d,int y) //类Date的构造函数 { month=m; day=d; year=y; } int main( ) { Time t1(10,13,56); //定义Time类对象t1 Date d1(12,25,2004); //定义Date类对象d1 t1.display(d1); //调用t1中的display函数,实参是Date类对象d1 return 0; } 4, 将下面程序改为在类模板外定义各成员函数: #include <iostream> using namespace std; template<class numtype> //定义类模板 class Compare { public: Compare(numtype a,numtype b) { x=a;y=b; } numtype max( ) { return (x>y)?x:y; } numtype min( ) { return (x<y)?x:y; } private: numtype x,y; }; int main( ) { Compare<int> cmp1(3,7); //定义对象cmp1,用于两个整数的比较 cout<<cmp1.max( )<<″ is the Maximum of two integer numbers.″<<endl; cout<<cmp1.min( )<<″ is the Minimum of two integer numbers.″<<endl<<endl; Compare<float> cmp2(45.78,93.6); //定义对象cmp2,用于两个浮点数的比较 cout<<cmp2.max( )<<″ is the Maximum of two float numbers.″<<endl; cout<<cmp2.min( )<<″ is the Minimum of two float numbers.″<<endl<<endl; Compare<char> cmp3(′a′,′A′); //定义对象cmp3,用于两个字符的比较 cout<<cmp3.max( )<<″ is the Maximum of two characters.″<<endl; cout<<cmp3.min( )<<″ is the Minimum of two characters.″<<endl; return 0; } 5, 有两个矩阵a和b,均为2行3列,求两个矩阵的和。重载运算符“+”使之用于矩阵相加。如:c=a+b。重载插入运算符“<<”和流提取运算符“>>”,使之能用于该矩阵的输入和输出。 6, 利用类继承分别完成一个学生类、一个大学生类、一个本科生类,本科生类中包括了一个学生作为他的班长。在创建一个本科生对象时赋予他的全部信息,输出该本科生对象的全部信息。 7, 利用c++继承、多态虚函数、构造函数完成以下程序:设计人、老师、学生、大学生、研究生、大四学生等类、其主要属性自己定义,要求包括以下方法: 1) 构造函数,创建对象的主要信息 2) Display,显示每种类对象的主要信息 此外,要求每个类包含一个生日对象,其类型为Birthday类,学生类应该包含一个班主任对象,其类型为老师类。 三、实验要求  将程序源代码压缩后提交至学院FTP上对应实验和班级的目录中。  作业命名方式为:“学号姓名.rar”。  作业提交时间:下次实验课前提交。
Platform: | Size: 1255695 | Author: zhuchao0731@163.com | Hits:

[Data structsmin-max-array

Description: A simple programm that finds minimun and maximun value of 10 elements.
Platform: | Size: 484 | Author: besoyal@yahoo.gr | Hits:

[OtherAn Introduction to Matlab

Description: 1 MATLAB 2 2 Starting Up 2 2.1 Windows Systems . . . . . . . . . . 2 2.2 Unix Systems . . . . . . . . . . . . . 2 2.3 Command Line Help . . . . . . . . . 2 2.4 Demos . . . . . . . . . . . . . . . . . 3 3 Matlab as a Calculator 3 4 Numbers & Formats 3 5 Variables 3 5.1 Variable Names . . . . . . . . . . . . 3 6 Suppressing output 4 7 Built{In Functions 4 7.1 Trigonometric Functions . . . . . . . 4 7.2 Other Elementary Functions . . . . . 4 8 Vectors 4 8.1 The Colon Notation . . . . . . . . . 5 8.2 Extracting Bits of a Vector . . . . . 5 8.3 Column Vectors . . . . . . . . . . . . 5 8.4 Transposing . . . . . . . . . . . . . . 5 9 Keeping a record 6 10 Plotting Elementary Functions 6 10.1 Plotting|Titles & Labels . . . . . . 7 10.2 Grids . . . . . . . . . . . . . . . . . . 7 10.3 Line Styles & Colours . . . . . . . . 7 10.4 Multi{plots . . . . . . . . . . . . . . 7 10.5 Hold . . . . . . . . . . . . . . . . . . 7 10.6 Hard Copy . . . . . . . . . . . . . . 8 10.7 Subplot . . . . . . . . . . . . . . . . 8 10.8 Zooming . . . . . . . . . . . . . . . . 8 10.9 Formatted text on Plots . . . . . . . 8 10.10Controlling Axes . . . . . . . . . . . 9 11 Keyboard Accelerators 9 12 Copying to and from Word and other applications 10 12.1 Window Systems . . . . . . . . . . . 10 12.2 Unix Systems . . . . . . . . . . . . . 10 13 Script Files 10 14 Products, Division & Powers of Vectors 11 14.1 Scalar Product (*) . . . . . . . . . . 11 14.2 Dot Product (.*) . . . . . . . . . . . 11 14.3 Dot Division of Arrays (./) . . . . . 12 14.4 Dot Power of Arrays (.^) . . . . . . 12 15 Examples in Plotting 13 16 Matrices|Two{Dimensional Arrays 13 16.1 Size of a matrix . . . . . . . . . . . . 14 16.2 Transpose of a matrix . . . . . . . . 14 16.3 Special Matrices . . . . . . . . . . . 14 16.4 The Identity Matrix . . . . . . . . . 14 16.5 Diagonal Matrices . . . . . . . . . . 15 16.6 Building Matrices . . . . . . . . . . . 15 16.7 Tabulating Functions . . . . . . . . . 15 16.8 Extracting Bits of Matrices . . . . . 16 16.9 Dot product of matrices (.*) . . . . 16 16.10Matrix{vector products . . . . . . . 16 16.11Matrix{Matrix Products . . . . . . . 17 16.12Sparse Matrices . . . . . . . . . . . . 17 17 Systems of Linear Equations 18 17.1 Overdetermined system of linear equations . . . . . . . . . . . . . . . . . . 18 18 Characters, Strings and Text 20 19 Loops 20 20 Logicals 21 20.1 While Loops . . . . . . . . . . . . . . 22 20.2 if...then...else...end . . . . . . 23 21 Function m{ les 23 21.1 Examples of functions . . . . . . . . 24 22 Further Built{in Functions 25 22.1 Rounding Numbers . . . . . . . . . . 25 22.2 The sum Function . . . . . . . . . . . 25 22.3 max & min . . . . . . . . . . . . . . . 26 22.4 Random Numbers . . . . . . . . . . 26 22.5 find for vectors . . . . . . . . . . . . 27 22.6 find for matrices . . . . . . . . . . . 27 23 Plotting Surfaces 27 24 Timing 28 25 On{line Documentation 29 26 Reading and Writing Data Files 29 26.1 Formatted Files . . . . . . . . . . . . 30 26.2 Unformatted Files . . . . . . . . . . 30 27 Graphic User Interfaces 31 28 Command Summary 32
Platform: | Size: 877346 | Author: taffy320 | Hits:

[ELanguage字符串表达式解析器

Description: 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a process of improvement based on the needs of calculator operation and the operation of Object : IF, AND, OR, lt; , Lt; =, Gt; , Gt; =, Lt; Gt; , =, == figures 0-9 ,(,), ,-,*,/, SIN, COS, TAN, POW, EXP, ABS, SQRT, INT, LN, LOG, MIN, MAX.
Platform: | Size: 46080 | Author: 天空 | Hits:

[AI-NN-PRderyvation_ivvtialization

Description: Short description A MAX-MIN Ant System (MMAS) implemented in()
Platform: | Size: 314368 | Author: Agdysbji | Hits:

[Othermax and min

Description: 一组数据中求最大数与最小数, 萌新求过。谢谢大佬(The maximum and minimum values in a set of data. 11111111111111111111111111111111111111111111111)
Platform: | Size: 11264 | Author: 药石 | Hits:

[matlab最大最小蚁群算法求解tsp

Description: 最大最小蚁群算法 求解tsp matlab编程(Tsp matlab programming based on max-min ant colony algorithm)
Platform: | Size: 2048 | Author: 木木@ | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 21 »

CodeBus www.codebus.net